home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / tcp / AmPOP3D.lha / AmPOP3D / README.1st < prev    next >
Text File  |  1996-12-10  |  1KB  |  33 lines

  1. March, 1990
  2.  
  3. This is the source code for a POP3 server running under 4.3BSD.
  4. This server was written at the University of California at Davis.
  5. The server implements the minimal POP3 command list, plus two
  6. extension commands. You can get a copy of this distribution with
  7. anonymous FTP at:    ftp.ucadavis.edu:/pub/pop3d.tar
  8.  
  9. POP3, the Post Office Protocol (version 3), is described in RFC1225.
  10. A copy of RFC1225 is included with this distribution.
  11.  
  12. At UC Davis, POP is used to deliver mail to microcomputers using
  13. a 4.3BSD system as a mail gateway.  This is an addition to the normal
  14. model of using the 4.3BSD system as the mailbox and letting the
  15. microcomputer merely read the mail from there.  If you ever look
  16. at the source code, you may see that this server supports two extra
  17. commands, "HOST", to allow clients to specify hostnames for gateway
  18. service, and "MBOX" to allow clients to specify an alternate mailbox
  19. file.  Be assured that you can ignore these extra commands, since
  20. the server is completely upwards compatible and standard POP3
  21. client programs will not use this command.
  22.  
  23. If you discover bugs or problems with this software, please feel
  24. free to contact me.
  25.  
  26.     Katie Stevens
  27.     Information Technology -- Campus Access Point
  28.     University of California
  29.     Davis, CA 95616
  30.  
  31.     (916)752-3426
  32.      dkstevens@ucdavis.edu
  33.